rustdoc-json 0.2.2

Utilities for working with rustdoc JSON.
Documentation

rustdoc-json

Utilities for working with rustdoc JSON.

Right now the only utilities are helper functions to build rustdoc JSON. Please refer to the docs for more info.

Originally developed for use by public-api and cargo-public-api, but should be useful for any Rust code that wants to build rustdoc JSON.

Testing

This library is indirectly tested through the public-api and cargo-public-api test suites. Their tests heavily depend on this library, so if all of their tests pass, then this library works as it should. All tests are of course ensured to pass before a new release is made.